home *** CD-ROM | disk | FTP | other *** search
- Path: news.sprintlink.net!rockyd!cmcl2!schonberg!dewar
- From: dewar@cs.nyu.edu (Robert Dewar)
- Newsgroups: comp.lang.ada,comp.lang.c++,comp.lang.c,comp.lang.modula3,comp.lang.modula2,comp.lang.eiffel
- Subject: Re: type checking in C++ was Re: Hungarian notation
- Date: 26 Jan 1996 18:20:03 -0500
- Organization: Courant Institute of Mathematical Sciences
- Message-ID: <dewar.822698370@schonberg>
- References: <4cf8hf$8fe@hopi.gate.net> <DKoBrn.CHs@falcon.daytonoh.attgis.com> <4d1j37$ge8@stc06.ctd.ornl.gov> <9601221.15716@mulga.cs.mu.OZ.AU> <4djlme$kf3@gaia.ns.utk.edu> <9602601.20727@mulga.cs.mu.OZ.AU>
- NNTP-Posting-Host: schonberg.cs.nyu.edu
- X-Newsreader: NN version 6.5.0 (NOV)
-
- "Nearly. One difference is that elements are always allocated on the heap,
- not the stack, even if the array size is known at compile time.
-
-
- I don;t know what the metric of nearly is, but allocating all arrays on
- the heap is quite a hit for some programs.
-
-